home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / freezelifter.swf / scripts / DefineButton2_260 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2007-10-01  |  92 b   |  6 lines

  1. on(release){
  2.    _root.pause();
  3.    _root.cover.gotoandstop(1);
  4.    gotoAndStop("in2");
  5. }
  6.